Closed (duplicate)
Project:
Nice Menus
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Jul 2008 at 05:18 UTC
Updated:
6 Aug 2008 at 18:02 UTC
Suppose you create two horizontal nice menus and put them into the same region.
Nice menu1
Nice menu2
Nice menu1 has child menu items and when you mouse over the parent menu item of it, the child menu items get hidden behind Nice menu2 items.
I'm not sure which "Component" to choose, so set it as "Code" tentatively.
Feel free to change it to more appropriate one if you need.
Thanks.
Comments
Comment #1
add1sun commentedThese kind of layering issues happen a lot and is a theme-related issue. I'm marking this as a duplicate of a very similar issue that is already ongoing. You can add your problem to that one. Please make sure you note which theme you are using and whether or not you have used any of the fixes in the FAQ.
#278367: Nice Menus renders drop-down menus behind other elements in IE7
Comment #2
drupalnesia commentedI have fixed similiar issue by adding this code:
#block-nice_menus-1 {
float: left;
padding: 15px 0px 0px 0px;
/* z-index: 1000; */
position: relative;
}
certain themes need z-index:1000, just try un-commented the z-index if needed.